Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ spec:
project: understack
sources:
- path: workflows/argo-events
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
targetRevision: {{ include "understack.understack_ref" $ }}
- path: {{ include "understack.deploy_path" $ }}/argo-events-workflows
ref: deploy
repoURL: {{ include "understack.deploy_url" $ }}
targetRevision: {{ include "understack.deploy_ref" $ }}
syncPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ spec:
project: understack
sources:
- path: components/argo-events
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
targetRevision: {{ include "understack.understack_ref" $ }}
- path: {{ include "understack.deploy_path" $ }}/argo-events
ref: deploy
repoURL: {{ include "understack.deploy_url" $ }}
targetRevision: {{ include "understack.deploy_ref" $ }}
kustomize:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
sources:
{{- if $installApp }}
- path: operators/external-secrets
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
targetRevision: {{ include "understack.understack_ref" $ }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ spec:
project: understack
sources:
- path: components/global-workflows
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
targetRevision: {{ include "understack.understack_ref" $ }}
- path: {{ include "understack.deploy_path" $ }}/global-workflows
ref: deploy
repoURL: {{ include "understack.deploy_url" $ }}
targetRevision: {{ include "understack.deploy_ref" $ }}
syncPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ spec:
project: understack
sources:
- path: components/openstack-sync-plugins
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
targetRevision: {{ include "understack.understack_ref" $ }}
- path: {{ include "understack.deploy_path" $ }}/openstack-sync-plugins
ref: deploy
repoURL: {{ include "understack.deploy_url" $ }}
targetRevision: {{ include "understack.deploy_ref" $ }}
syncPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spec:
project: understack
sources:
- path: components/openstack
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
targetRevision: {{ include "understack.understack_ref" $ }}
helm:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ spec:
- $deploy/{{ include "understack.deploy_path" $ }}/prometheus-snmp-exporter/values.yaml
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 5.6.0
- ref: understack
repoURL: {{ include "understack.understack_url" $ }}
targetRevision: {{ include "understack.understack_ref" $ }}
- ref: deploy
repoURL: {{ include "understack.deploy_url" $ }}
targetRevision: {{ include "understack.deploy_ref" $ }}
Expand Down
Loading