Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates examples to better reflect hook usage today #41

Merged
merged 40 commits into from
Oct 17, 2019
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
70dc278
Update guestbook-ui-deployment.yaml
alexec Oct 3, 2019
62deb22
Update guestbook-ui-deployment.yaml
alexec Oct 3, 2019
f8dc4f0
Update guestbook-ui-deployment.yaml
alexec Oct 3, 2019
5a9c2a5
Update guestbook-ui-deployment.yaml
alexec Oct 3, 2019
c552035
7
alexec Oct 3, 2019
24eb6d5
8
alexec Oct 3, 2019
141338c
9
alexec Oct 3, 2019
02d35c7
10
alexec Oct 3, 2019
41822d9
11
alexec Oct 3, 2019
ad13244
12
alexec Oct 3, 2019
b6aa55a
13
alexec Oct 3, 2019
90d1d8d
14
alexec Oct 3, 2019
64b89aa
15
alexec Oct 4, 2019
260d272
16
alexec Oct 4, 2019
2216445
Update guestbook-ui-deployment.yaml
alexec Oct 4, 2019
5625772
Update guestbook-ui-deployment.yaml
alexec Oct 4, 2019
292712c
18
alexec Oct 4, 2019
366f708
Update guestbook-ui-deployment.yaml
alexec Oct 4, 2019
bdd5493
Update guestbook-ui-deployment.yaml
alexec Oct 4, 2019
fe4a279
Update guestbook-ui-deployment.yaml
alexec Oct 4, 2019
ab9d53a
Update guestbook-ui-deployment.yaml
alexec Oct 9, 2019
830573f
Update guestbook-ui-deployment.yaml
alexec Oct 9, 2019
d4b7451
changes on master to apps/templates/helm-dependency.yaml,
alexec Oct 9, 2019
d6bc103
changes on master to
alexec Oct 9, 2019
33507c2
changes on master to apps/templates/guestbook.yaml,
alexec Oct 9, 2019
3de6f15
changes on master to sync-waves/manifests.yaml,
alexec Oct 9, 2019
dec633a
changes on master to apps/templates/helm-guestbook.yaml,apps/template…
alexec Oct 9, 2019
bf3dbc8
changes on master to apps/templates/helm-guestbook.yaml,apps/template…
alexec Oct 9, 2019
85d3222
changes on master to
alexec Oct 9, 2019
0a9dbbb
changes on master to sync-waves/manifests.yaml,
alexec Oct 9, 2019
5027f11
changes on master to helm-hooks/manifests.yaml,
alexec Oct 9, 2019
9c13b35
changes on master to apps/templates/namespaces.yaml,
alexec Oct 9, 2019
fe30f3a
changes on master to
alexec Oct 9, 2019
d8cffae
changes on master to helm-hooks/manifests.yaml,
alexec Oct 9, 2019
1328775
Update guestbook-ui-deployment.yaml
alexmt Oct 11, 2019
fcf0b41
Update helm-guestbook.yaml
alexec Oct 15, 2019
3a60991
Update helm-hooks.yaml
alexec Oct 15, 2019
407afb7
Update kustomize-guestbook.yaml
alexec Oct 15, 2019
799206b
Update sync-waves.yaml
alexec Oct 15, 2019
b8df403
Merge branch 'master' into master
alexec Oct 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update guestbook-ui-deployment.yaml
  • Loading branch information
alexec authored Oct 3, 2019
commit f8dc4f0810c5e1193eaea31b00fb003a30ea9375
2 changes: 1 addition & 1 deletion guestbook/guestbook-ui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: guestbook-ui
spec:
replicas: 1
revisionHistoryLimit: 4
revisionHistoryLimit: 5
selector:
matchLabels:
app: guestbook-ui
Expand Down