We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59de127 + 2d61bb8 commit a822d19Copy full SHA for a822d19
2 files changed
Chart.yaml
@@ -4,7 +4,7 @@ keywords:
4
- pattern
5
name: rhbk
6
type: application
7
-version: 0.0.4
+version: 0.0.5
8
home: https://github.com/validatedpatterns/rhbk-chart
9
maintainers:
10
- name: Validated Patterns Team
templates/keycloak.yaml
@@ -2,7 +2,7 @@ apiVersion: k8s.keycloak.org/v2alpha1
2
kind: Keycloak
3
metadata:
name: keycloak
- namespace: keycloak-system
+ namespace: {{ .Release.Namespace }}
annotations:
argocd.argoproj.io/sync-wave: "36"
spec:
0 commit comments