Skip to content

Commit

Permalink
also the app namespace must include the teams name to meet the projec…
Browse files Browse the repository at this point in the history
…ts destination pattern

Signed-off-by: Johannes Kleinlercher <[email protected]>
  • Loading branch information
jkleinlercher committed Jun 6, 2024
1 parent ba84f4a commit b4ec53c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- values-{{ .name }}.yaml
destination:
server: https://kubernetes.default.svc
namespace: {{ $.Values.appName }}-{{ .name }}
namespace: {{ $.Values.teamName }}-{{ $.Values.appName }}-{{ .name }}
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit b4ec53c

Please sign in to comment.