You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Issue comes from Flux
SOPS fails if we have keys with plain text, but those keys match encrypted_regex.
Can you please make SOPS to ignore fields if they are not acttualy encrypted?
Example manifest:
apiVersion: v1kind: Podmetadata:
name: podspec:
containers:
- name: mainimage: nginx:stable-alpineenv:
- name: ENC[AES256_GCM,data:...value: ENC[AES256_GCM,data:...resources:
limits:
memory: 50Micpu: 50m
- name: patchedimage: nginx:stable-alpineenv:
- name: MainEnvValueIsEncryptedvalue: but this one is notsops:
...encrypted_regex: ^env$ # There it is...
The text was updated successfully, but these errors were encountered:
Hi! Issue comes from Flux
SOPS fails if we have keys with plain text, but those keys match encrypted_regex.
Can you please make SOPS to ignore fields if they are not acttualy encrypted?
Example manifest:
The text was updated successfully, but these errors were encountered: