Skip to content

Commit

Permalink
Try fixing this external-secret not rendering properly in argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
creedasaurus committed Jun 18, 2024
1 parent b673dc6 commit b8886a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/argocd/infra/minio-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
13 changes: 10 additions & 3 deletions apps/infra/minio-tenant-1/external-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ spec:
config.env: |-
export MINIO_ROOT_USER={{ .MINIO_ROOT_USER }}
export MINIO_ROOT_PASSWORD={{ .MINIO_ROOT_PASSWORD }}
dataFrom:
- extract:
key: minio-tenant-1
data:
- secretKey: MINIO_ROOT_USER
remoteRef:
key: vulfminio
property: MINIO_ROOT_USER

- secretKey: MINIO_ROOT_PASSWORD
remoteRef:
key: vulfminio
property: MINIO_ROOT_PASSWORD

0 comments on commit b8886a3

Please sign in to comment.