File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020
2121 # https://istio.io/docs/setup/kubernetes/quick-start/
2222 istio-injection:
23- description: Enable Istio Sidecar Injection for a namespce
23+ description: Enable Istio Sidecar Injection for a namespace
2424 script: |
2525 kubectl label namespace {{ get "namespace" }} istio-injection=enabled --overwrite=true
2626
7575 export COLOR=$new_color
7676 # Deploy the app and update istio virtual service
7777 helmfile --namespace {{ get "namespace" }} sync
78- echo "$new_color" > ${config}
78+ echo "$new_color" > ${config}
Original file line number Diff line number Diff line change 11repositories :
2- # Cloud Posse incubator repo of helm charts
2+ # Kubernetes incubator repo of helm charts
33- name : " kubernetes-incubator"
44 url : " https://kubernetes-charts-incubator.storage.googleapis.com"
55
@@ -50,4 +50,4 @@ releases:
5050 host : example-{{ env "COLOR" }}
5151 port :
5252 number : 80
53- weight : 100
53+ weight : 100
Original file line number Diff line number Diff line change 33 < meta http-equiv ="refresh " content ="2; URL=/ ">
44 < style type ="text/css ">
55 html {
6- font-family : "Imapct " , "Verdana" ;
6+ font-family : "Impact " , "Verdana" ;
77 background-color : red;
88 transition : all 0.5s ease-in;
99 color : # fff ;
Original file line number Diff line number Diff line change 33 < meta http-equiv ="refresh " content ="2 ">
44 < style type ="text/css ">
55 html {
6- font-family : "Imapct " , "Verdana" ;
6+ font-family : "Impact " , "Verdana" ;
77 background-color : %s;
88 transition: all 0.5s ease-in;
99 color : # fff ;
1212 font-size : 5em ;
1313 }
1414 html : active {
15- background-color : organge ;
15+ background-color : orange ;
1616 }
1717 </ style >
1818 </ head >
You can’t perform that action at this time.
0 commit comments