You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
322 B

  1. apiVersion: apiserver.config.k8s.io/v1
  2. kind: EncryptionConfiguration
  3. resources:
  4. - resources:
  5. {{ kube_encryption_resources | to_nice_yaml | indent(4, True) }}
  6. providers:
  7. - {{ kube_encryption_algorithm }}:
  8. keys:
  9. - name: key
  10. secret: {{ kube_encrypt_token | b64encode }}
  11. - identity: {}