Skip to content

Commit

Permalink
🔀 :: keycloak 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Oct 12, 2023
1 parent 26c2d75 commit 41b4e11
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
10 changes: 10 additions & 0 deletions apps/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v2
appVersion: 17.0.1-legacy
description: A Helm chart for keycloak
name: keycloak
type: application
version: 1.0.0
dependencies:
- name: keycloak
version: 18.4.3
repository: https://codecentric.github.io/helm-charts
3 changes: 3 additions & 0 deletions apps/keycloak/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
keycloak:
postgresql:
enabled: false
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.21
version: 1.0.22
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 @@ -134,6 +134,15 @@ projects:
source:
path: apps/infisical
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
selfHeal: true
- name: keycloak
namespace: keycloak
source:
path: apps/keycloak
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
Expand Down

0 comments on commit 41b4e11

Please sign in to comment.