Skip to content

Commit 16efec4

Browse files
authored
fix: set container name to manager to ensure we wait for it (#975)
**What problem does this PR solve?**: changes name of container to manager to ensure a clusterctl waits for this core service caren depends on to be ready. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 4015503 commit 16efec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/helm-repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
- name: charts-volume
7070
mountPath: "/helm-charts"
7171
containers:
72-
- name: helm-repository
72+
- name: manager
7373
ports:
7474
- name: serve
7575
protocol: TCP

0 commit comments

Comments
 (0)