Skip to content

Commit

Permalink
Fix addon helm install (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 authored Apr 30, 2024
1 parent 3e8c133 commit a06b3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
addon: helm
infrastructure: "azure:v1.14.2"
addon: "helm:v0.2.2"
infrastructure: "azure:v1.14.3"
core: "cluster-api:v1.7.1"
manager:
featureGates:
core:
MachinePool: true
addon:
helm: true
azure:
MachinePool: true
ClusterResourceSet: true
Expand Down
2 changes: 1 addition & 1 deletion gitops/hooks/sleep/sleep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
- /bin/bash
- -c
- |
/usr/local/bin/kubectl wait --timeout=150s --for=jsonpath='{.status.availableReplicas}'=1 -n cert-manager deployment cert-manager
/usr/local/bin/kubectl wait --timeout=300s --for=jsonpath='{.status.availableReplicas}'=1 -n cert-manager deployment cert-manager
restartPolicy: Never
backoffLimit: 2

0 comments on commit a06b3f9

Please sign in to comment.