Skip to content
Snippets Groups Projects
Commit bddb3fb9 authored by Ricardo Rocha's avatar Ricardo Rocha
Browse files

Move to fluxcd api version

parent 37f6ac6a
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,9 @@ metadata: ...@@ -5,9 +5,9 @@ metadata:
name: gitops-getting-started name: gitops-getting-started
namespace: prod namespace: prod
annotations: annotations:
flux.weave.works/automated: "false" fluxcd.io/automated: "true"
spec: spec:
releaseName: gitops-getting-started releaseName: gitops-getting-started-prod
chart: chart:
git: https://gitlab.cern.ch/helm/releases/gitops-getting-started.git git: https://gitlab.cern.ch/helm/releases/gitops-getting-started.git
path: charts/gitops-getting-started path: charts/gitops-getting-started
......
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
name: gitops-getting-started-stg name: gitops-getting-started-stg
namespace: stg namespace: stg
annotations: annotations:
flux.weave.works/automated: "false" fluxcd.io/automated: "true"
spec: spec:
releaseName: gitops-getting-started-stg releaseName: gitops-getting-started-stg
chart: chart:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment