We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2c956 commit d95b082Copy full SHA for d95b082
2 files changed
Chart.yaml
@@ -4,7 +4,7 @@ keywords:
4
- pattern
5
name: rhbk
6
type: application
7
-version: 0.0.6
+version: 0.0.7
8
home: https://github.com/validatedpatterns/rhbk-chart
9
maintainers:
10
- name: Validated Patterns Team
templates/keycloak-users-external-secret.yaml
@@ -4,6 +4,9 @@ kind: ExternalSecret
metadata:
name: keycloak-users
namespace: {{ .Release.Namespace }}
+ annotations:
+ argocd.argoproj.io/hook: Sync
+ argocd.argoproj.io/hook-delete-policy: HookSucceeded
spec:
11
refreshInterval: 15s
12
secretStoreRef:
0 commit comments