Skip to content

Instantly share code, notes, and snippets.

@maxgio92
Last active March 22, 2020 15:47
Show Gist options
  • Save maxgio92/b5eb3e376789f799a6d04391c0fdae27 to your computer and use it in GitHub Desktop.
Save maxgio92/b5eb3e376789f799a6d04391c0fdae27 to your computer and use it in GitHub Desktop.
apiVersion: apiserver.config.k8s.io/v1
kind: EncryptionConfiguration
resources:
- resources:
- secrets
providers:
- aescbc:
keys:
- name: key1
secret: <BASE 64 ENCODED SECRET>
- identity: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment