Skip to content

Commit

Permalink
Fixed typo in helm location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tero Ahonen committed Mar 20, 2020
1 parent ede779d commit a482221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/openshift-4-cluster/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ certficate_key: "{{ certificates_dir }}/{{ cluster_name }}.{{ public_domain }}/c
letsencrypt_directory: "https://acme-v02.api.letsencrypt.org/directory"

# helm
helm_cli_locatioin: "https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-amd64"
helm_cli_location: "https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-amd64"

# NFS Storage
# storage_nfs do not support multi cluster support, it overwrites the
Expand Down

0 comments on commit a482221

Please sign in to comment.