File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ azure-env.sh
1717.openshift *
1818.DS_Store
1919openshift-install
20- node_modules
20+ node_modules
21+ .envrc
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ sleep 60
7676echo " ---------------------"
7777echo " pattern install"
7878echo " ---------------------"
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
8383echo " ---------------------"
8484echo " pattern install done"
8585echo " ---------------------"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments