Skip to content

Commit 0efba56

Browse files
committed
Remove sample deployment
1 parent c9b70c0 commit 0efba56

2 files changed

Lines changed: 3 additions & 19 deletions

File tree

deploy/kubernetes/podinfo-dep.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

flux/flux-deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
# There are no ":latest" images for flux. Find the most recent
5555
# release or image version at https://quay.io/weaveworks/flux
5656
# and replace the tag here.
57-
image: quay.io/weaveworks/flux:1.8.1
57+
image: docker.io/fluxcd/flux:1.13.3
5858
imagePullPolicy: IfNotPresent
5959
resources:
6060
requests:
@@ -100,7 +100,8 @@ spec:
100100
- --ssh-keygen-dir=/var/fluxd/keygen
101101

102102
# replace or remove the following URL
103-
- [email protected]:weaveworks/flux-get-started
103+
- [email protected]:minigans/gitops-tutorial.git
104+
- --git-path=deploy/kubernetes
104105
- --git-branch=master
105106

106107
# include these next two to connect to an "upstream" service

0 commit comments

Comments
 (0)