Skip to content

Commit

Permalink
fix: incorrect secret store reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 17, 2024
1 parent a021cca commit 7d1f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/virtual-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ metadata:
spec:
refreshInterval: {{ $v.refreshInterval }}
secretStoreRef:
name: {{ $k }}-{{ $.Values.serviceTree.cluster }}
name: phase-{{ $v.sync }}-{{ $k }}-{{ $.Values.serviceTree.cluster }}
kind: SecretStore
target:
name: {{ $k }}-{{ $.Values.serviceTree.cluster }}-cluster-secret
Expand Down

0 comments on commit 7d1f092

Please sign in to comment.