Skip to content

Commit d2260b7

Browse files
committed
feat: enable LE
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent db34546 commit d2260b7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ azure-env.sh
1717
.openshift*
1818
.DS_Store
1919
openshift-install
20-
node_modules
20+
node_modules
21+
.envrc

rhdp/wrapper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ sleep 60
7676
echo "---------------------"
7777
echo "pattern install"
7878
echo "---------------------"
79-
export KUBECONFIG=`pwd`/openshift-install/auth/kubeconfig
79+
#export KUBECONFIG=`pwd`/openshift-install/auth/kubeconfig
8080

8181

82-
./pattern.sh make install
82+
#./pattern.sh make install
8383
echo "---------------------"
8484
echo "pattern install done"
8585
echo "---------------------"

values-simple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ clusterGroup:
9797
# Default to 'safe' for ARO
9898
overrides:
9999
- name: letsencrypt.enabled
100-
value: false
100+
value: true
101101
hello-openshift:
102102
name: hello-openshift
103103
namespace: hello-openshift

0 commit comments

Comments
 (0)