feat: add crossplane with AWS integration
This commit is contained in:
parent
12b3ebbe6e
commit
90c85b09f9
7 changed files with 328 additions and 0 deletions
14
bootstrap/crossplane/secret-generator.yaml
Normal file
14
bootstrap/crossplane/secret-generator.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: viaduct.ai/v1
|
||||
kind: ksops
|
||||
metadata:
|
||||
# Specify a name
|
||||
name: crossplane-secrets
|
||||
annotations:
|
||||
config.kubernetes.io/function: |
|
||||
exec:
|
||||
# if the binary is in your PATH, you can do
|
||||
path: ksops
|
||||
# otherwise, path should be relative to manifest files, like
|
||||
# path: ../../../ksops
|
||||
files:
|
||||
- ./secret.aws.enc.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue