Skip to content

Commit

Permalink
fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Oct 25, 2023
1 parent 5bd30ab commit 2cd8f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "argocd_application" "keycloak" {
target_revision = "HEAD"
path = "keycloak/prod"
plugin {
name = "avp"
name = "avp-kustomize"
}
}

Expand Down
2 changes: 1 addition & 1 deletion keycloak/prod/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: keycloak-db-creds
namespace: guardian
annotations:
avp.kubernetes.io/path: "guardian/keycloak-db-creds"
avp.kubernetes.io/path: "kv/guardian/keycloak-db-creds"
type: Opaque
stringData:
username: "<username>"
Expand Down

0 comments on commit 2cd8f3b

Please sign in to comment.