Skip to content

Commit

Permalink
Merge pull request #40 from jstrahle/patch-1
Browse files Browse the repository at this point in the history
Fix path and branch
  • Loading branch information
gnunn1 authored Jan 7, 2025
2 parents cc28f59 + f614ed1 commit 80b85f4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions content/modules/ROOT/examples/bgd-app-helm-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ spec:
namespace: $USER-bgdh
server: 'https://kubernetes.default.svc'
source:
path: documentation/modules/ROOT/examples/bgd-helm-chart
path: content/modules/ROOT/examples/bgd-helm-chart
repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop'
targetRevision: master
targetRevision: main
helm:
valueFiles:
- custom_values_1/values.yaml
Expand Down
4 changes: 2 additions & 2 deletions content/modules/ROOT/examples/bgd-app-helm-para.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ spec:
namespace: $USER-bgdh
server: 'https://kubernetes.default.svc'
source:
path: documentation/modules/ROOT/examples/bgd-helm-chart
path: content/modules/ROOT/examples/bgd-helm-chart
repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop'
targetRevision: master
targetRevision: main
helm:
parameters:
- name: color
Expand Down
4 changes: 2 additions & 2 deletions content/modules/ROOT/examples/bgd-app-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ spec:
namespace: $USER-bgdh
server: 'https://kubernetes.default.svc'
source:
path: documentation/modules/ROOT/examples/bgd-helm-chart
path: content/modules/ROOT/examples/bgd-helm-chart
repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop'
targetRevision: master
targetRevision: main
sources: []
project: default
syncPolicy:
Expand Down
4 changes: 2 additions & 2 deletions content/modules/ROOT/examples/bgd-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: documentation/modules/ROOT/examples/bgd
path: content/modules/ROOT/examples/bgd
repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop
targetRevision: master
targetRevision: main
syncPolicy:
automated:
prune: true
Expand Down
4 changes: 2 additions & 2 deletions content/modules/ROOT/examples/bgdk-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: documentation/modules/ROOT/examples/bgdk
path: content/modules/ROOT/examples/bgdk
repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop
targetRevision: master
targetRevision: main
syncPolicy:
automated:
prune: true
Expand Down
4 changes: 2 additions & 2 deletions content/modules/ROOT/examples/todo-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: documentation/modules/ROOT/examples/todo
path: content/modules/ROOT/examples/todo
repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop
targetRevision: master
targetRevision: main
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 80b85f4

Please sign in to comment.