Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Nov 6, 2024
1 parent d02dcfc commit 94e3591
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hypershiftoperator/deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
description: A Helm chart to install the Hypershift Operator and deps for ARO
name: aor-hcp-hypershift-operator
name: aro-hcp-hypershift-operator
type: application
version: 0.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- --azure-config-file=/etc/provider/credentials
command:
- /ko-app/external-dns
image: "{{ .Values.image }}:{{ .Values.imagetag }}"
image: "{{ .Values.image }}:{{ .Values.imageTag }}"
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: ""
imagetag: ""
imageTag: ""
txtOwnerId: ""
domain: ""
credentials:
Expand Down
4 changes: 2 additions & 2 deletions hypershiftoperator/deploy/helm/templates/installer.job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: install
image: "{{ .Values.image }}:{{ .Values.imagetag }}"
image: "{{ .Values.image }}:{{ .Values.imageTag }}"
command:
- /bin/sh
- -c
Expand All @@ -25,7 +25,7 @@ spec:
--managed-service ARO-HCP \
--aro-hcp-key-vault-users-client-id {{ .Values.azureKeyVaultClientId }} \
--registry-overrides "{{ .Values.registryOverrides }}" \
--hypershift-image {{ .Values.image }}:{{ .Values.imagetag }} \
--hypershift-image {{ .Values.image }}:{{ .Values.imageTag }} \
{{ .Values.additionalArgs }}
restartPolicy: Never
serviceAccountName: hypershift-installer
4 changes: 2 additions & 2 deletions hypershiftoperator/deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description: A Helm chart to manage Hypershift Operator and dependencies for ARO
name: aro-hcp-hypershift-operator

image: ""
imagetag: ""
imageTag: ""
registryOverrides: ""
azureKeyVaultClientId: ""
additionalArgs: ""

external-dns:
image: ""
imagetag: ""
imageTag: ""
txtOwnerId: ""
domain: ""
credentials:
Expand Down

0 comments on commit 94e3591

Please sign in to comment.