Skip to content

CO: enable EIM host labels sync to the downstream nodes. #310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
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
1 change: 1 addition & 0 deletions argocd/applications/custom/capi-providers-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ core:
- name: manager
args:
"--insecure-diagnostics": "true"
"--additional-sync-machine-labels": ".*"
additionalManifests:
name: core-additional-manifest
namespace: capi-system
Expand Down
4 changes: 2 additions & 2 deletions argocd/applications/templates/cluster-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sources:
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
chart: cluster/charts/{{$appName}}
targetRevision: 2.1.1-dev-9f515f08
targetRevision: 2.1.1-dev-fca7a613
helm:
releaseName: {{$appName}}
valuesObject:
Expand All @@ -33,7 +33,7 @@ spec:
{{- mergeOverwrite $baseConfig $customConfig $overwrite | toYaml | nindent 10 }}
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
chart: cluster/charts/cluster-template-crd
targetRevision: 2.1.1-dev-9f515f08
targetRevision: 2.1.1-dev-fca7a613
destination:
namespace: {{$namespace}}
server: {{ required "A valid targetServer entry required!" .Values.argo.targetServer }}
Expand Down
Loading