Skip to content
Snippets Groups Projects
Verified Commit d1894e2f authored by Arie Peterson's avatar Arie Peterson
Browse files

Move comments up

parent 8c4abfb3
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
- name: Install flux - name: Install flux
tags: tags:
- flux - flux
shell: helm upgrade --install --repo "https://charts.fluxcd.io" --namespace oas --version 0.16.0 --set git.url="http://local-flux.oas.svc.cluster.local/.git" --set git.readonly=true --set registry.excludeImage='*' --set sync.state="secret" --set syncGarbageCollection.enabled=true flux flux # Commented version of below shell command:
# Commented version:
# helm upgrade # helm upgrade
# # Install a new release if it doesn't yet exist. # # Install a new release if it doesn't yet exist.
# --install # --install
...@@ -28,12 +27,12 @@ ...@@ -28,12 +27,12 @@
# flux # flux
# # Chart name # # Chart name
# flux # flux
shell: helm upgrade --install --repo "https://charts.fluxcd.io" --namespace oas --version 0.16.0 --set git.url="http://local-flux.oas.svc.cluster.local/.git" --set git.readonly=true --set registry.excludeImage='*' --set sync.state="secret" --set syncGarbageCollection.enabled=true flux flux
- name: Install helm-operator - name: Install helm-operator
tags: tags:
- flux - flux
shell: helm upgrade --install --repo "https://charts.fluxcd.io" --namespace oas --version 0.3.0 --set createCRD=true helm-operator helm-operator # Commented version of below shell command:
# Commented version:
# helm upgrade # helm upgrade
# # Install a new release if it doesn't yet exist. # # Install a new release if it doesn't yet exist.
# --install # --install
...@@ -45,3 +44,4 @@ ...@@ -45,3 +44,4 @@
# helm-operator # helm-operator
# # Chart name # # Chart name
# helm-operator # helm-operator
shell: helm upgrade --install --repo "https://charts.fluxcd.io" --namespace oas --version 0.3.0 --set createCRD=true helm-operator helm-operator
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