Skip to content

Commit

Permalink
feat: add OVHcloud provider (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis committed Aug 17, 2022
1 parent bdd6022 commit 563d084
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions helmfile.d/snippets/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ environments:
targetCPUUtilizationPercentage: 50
cert-manager:
issuer: custom-ca
cluster-overprovisioner:
enabled: false
demo-tlspass:
enabled: false
drone:
Expand Down
4 changes: 1 addition & 3 deletions helmfile.d/snippets/derived.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ environments:
stage: production
{{- end }}
cluster-autoscaler:
enabled: {{ $a | get "cluster-autoscaler.enabled" (has $provider (list "custom" "aws")) }}
cluster-overprovisioner:
enabled: {{ $a | get "cluster-overprovisioner.enabled" (has $provider (list "custom" "kind")) }}
enabled: {{ $a | get "cluster-autoscaler.enabled" (has $provider (list "aws")) }}
{{- if eq $droneProvider "gitea" }}
drone:
sourceControl:
Expand Down
1 change: 1 addition & 0 deletions values-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ definitions:
- google
- custom
- kind
- ovh
- vultr
redisChart:
properties:
Expand Down
Empty file added values/cloud/pv-ovh.gotmpl
Empty file.

0 comments on commit 563d084

Please sign in to comment.