diff --git a/apps/example-app/values.yaml b/apps/example-app/values.yaml new file mode 100644 index 0000000..989f76a --- /dev/null +++ b/apps/example-app/values.yaml @@ -0,0 +1,5 @@ +--- +app: + ports: + http: 8096 + secretName: auth-api-dev diff --git a/root-set.yaml b/root-set.yaml index 8bdb472..0672b60 100644 --- a/root-set.yaml +++ b/root-set.yaml @@ -22,7 +22,7 @@ spec: chart: "{{path.basename}}" helm: valueFiles: - - values.yaml + - "https://git.konsthol.eu/konsthol/argocdapps/apps/{{path.basename}}/values.yaml" destination: server: "https://kubernetes.default.svc" namespace: "{{path.basename}}" @@ -31,4 +31,4 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true