Skip to content

Commit

Permalink
bug: add missing encryption.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Nov 5, 2024
1 parent 6d15036 commit 3526850
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions encryption.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: apiserver.config.k8s.io/v1
kind: EncryptionConfiguration
resources:
- resources:
- credentials
providers:
- kms:
apiVersion: v2
name: aws-kms
endpoint: unix:///tmp/aws-cred-socket.sock
timeout: 3s

0 comments on commit 3526850

Please sign in to comment.