mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
Add kubectl encryption config
This commit is contained in:
parent
7166585268
commit
958fb6be2f
2 changed files with 17 additions and 0 deletions
11
roles/kubectl/templates/encryption-config.yaml.j2
Normal file
11
roles/kubectl/templates/encryption-config.yaml.j2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
kind: EncryptionConfig
|
||||
apiVersion: v1
|
||||
resources:
|
||||
- resources:
|
||||
- secrets
|
||||
providers:
|
||||
- aescbc:
|
||||
keys:
|
||||
- name: key1
|
||||
secret: {{k8s_encryption_config_key}}
|
||||
- identity: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue