Skip to content

Commit

Permalink
feat: update keycloak secret with kustomization
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Oct 25, 2023
1 parent dd35081 commit 5bd30ab
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ resource "argocd_application" "keycloak" {
repo_url = var.repo_url
target_revision = "HEAD"
path = "keycloak/prod"
plugin {
name = "avp"
}
}

destination {
Expand Down
2 changes: 2 additions & 0 deletions cert-manager/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- clusterissuer.yaml
2 changes: 2 additions & 0 deletions cert-manager/dev/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base/
2 changes: 2 additions & 0 deletions cert-manager/prod/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base/
2 changes: 2 additions & 0 deletions keycloak/prod/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- route.yaml
- secret.yaml

0 comments on commit 5bd30ab

Please sign in to comment.