Skip to content

Commit a81a87c

Browse files
committed
fix: remove lets encrypt again
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 4331355 commit a81a87c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rhdp/wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fi
6666
echo "---------------------"
6767
echo "defining cluster"
6868
echo "---------------------"
69-
python3 rhdp/rhdp-cluster-define.py ${AZUREREGION}
69+
python rhdp/rhdp-cluster-define.py ${AZUREREGION}
7070
echo "---------------------"
7171
echo "cluster defined"
7272
echo "---------------------"

values-simple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ clusterGroup:
9393
# Default to 'safe' for ARO
9494
overrides:
9595
- name: letsencrypt.enabled
96-
value: true
96+
value: false
9797
hello-openshift:
9898
name: hello-openshift
9999
namespace: hello-openshift

0 commit comments

Comments
 (0)