Skip to content

Commit 80b85f4

Browse files
authored
Merge pull request #40 from jstrahle/patch-1
Fix path and branch
2 parents cc28f59 + f614ed1 commit 80b85f4

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

content/modules/ROOT/examples/bgd-app-helm-custom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ spec:
77
namespace: $USER-bgdh
88
server: 'https://kubernetes.default.svc'
99
source:
10-
path: documentation/modules/ROOT/examples/bgd-helm-chart
10+
path: content/modules/ROOT/examples/bgd-helm-chart
1111
repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop'
12-
targetRevision: master
12+
targetRevision: main
1313
helm:
1414
valueFiles:
1515
- custom_values_1/values.yaml

content/modules/ROOT/examples/bgd-app-helm-para.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ spec:
77
namespace: $USER-bgdh
88
server: 'https://kubernetes.default.svc'
99
source:
10-
path: documentation/modules/ROOT/examples/bgd-helm-chart
10+
path: content/modules/ROOT/examples/bgd-helm-chart
1111
repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop'
12-
targetRevision: master
12+
targetRevision: main
1313
helm:
1414
parameters:
1515
- name: color

content/modules/ROOT/examples/bgd-app-helm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ spec:
77
namespace: $USER-bgdh
88
server: 'https://kubernetes.default.svc'
99
source:
10-
path: documentation/modules/ROOT/examples/bgd-helm-chart
10+
path: content/modules/ROOT/examples/bgd-helm-chart
1111
repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop'
12-
targetRevision: master
12+
targetRevision: main
1313
sources: []
1414
project: default
1515
syncPolicy:

content/modules/ROOT/examples/bgd-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ spec:
88
server: https://kubernetes.default.svc
99
project: default
1010
source:
11-
path: documentation/modules/ROOT/examples/bgd
11+
path: content/modules/ROOT/examples/bgd
1212
repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop
13-
targetRevision: master
13+
targetRevision: main
1414
syncPolicy:
1515
automated:
1616
prune: true

content/modules/ROOT/examples/bgdk-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ spec:
88
server: https://kubernetes.default.svc
99
project: default
1010
source:
11-
path: documentation/modules/ROOT/examples/bgdk
11+
path: content/modules/ROOT/examples/bgdk
1212
repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop
13-
targetRevision: master
13+
targetRevision: main
1414
syncPolicy:
1515
automated:
1616
prune: true

content/modules/ROOT/examples/todo-application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ spec:
88
server: https://kubernetes.default.svc
99
project: default
1010
source:
11-
path: documentation/modules/ROOT/examples/todo
11+
path: content/modules/ROOT/examples/todo
1212
repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop
13-
targetRevision: master
13+
targetRevision: main
1414
syncPolicy:
1515
automated:
1616
prune: true

0 commit comments

Comments
 (0)