Skip to content

Commit dde515a

Browse files
committed
Merge branch 'init' of github.com:cloudposse/example-app into init
2 parents 05be497 + eea4d17 commit dde515a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

deploy/ctl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tasks:
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

@@ -75,4 +75,4 @@ tasks:
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}

deploy/releases/istio.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repositories:
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

public/boom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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;

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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;
@@ -12,7 +12,7 @@
1212
font-size: 5em;
1313
}
1414
html:active {
15-
background-color: organge;
15+
background-color: orange;
1616
}
1717
</style>
1818
</head>

0 commit comments

Comments
 (0)