Skip to content

Commit

Permalink
feat :: vault secret operator 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 7, 2024
1 parent 418590c commit 320a11b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/xquare-application/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
type: application
name: xquare-application
version: 1.0.25
version: 1.0.26
appVersion: "1.0.0"
description: Xquare application
9 changes: 9 additions & 0 deletions charts/xquare-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ projects:
source:
path: apps/vault
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
selfHeal: true
- name: vault-secret-operator
namespace: vault
source:
path: apps/vault-secret-operator
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
Expand Down

0 comments on commit 320a11b

Please sign in to comment.