diff --git a/content/modules/ROOT/examples/bgd-app-helm-custom.yaml b/content/modules/ROOT/examples/bgd-app-helm-custom.yaml index bddbd60..bb94e33 100644 --- a/content/modules/ROOT/examples/bgd-app-helm-custom.yaml +++ b/content/modules/ROOT/examples/bgd-app-helm-custom.yaml @@ -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 diff --git a/content/modules/ROOT/examples/bgd-app-helm-para.yaml b/content/modules/ROOT/examples/bgd-app-helm-para.yaml index abbea53..b164b4f 100644 --- a/content/modules/ROOT/examples/bgd-app-helm-para.yaml +++ b/content/modules/ROOT/examples/bgd-app-helm-para.yaml @@ -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 diff --git a/content/modules/ROOT/examples/bgd-app-helm.yaml b/content/modules/ROOT/examples/bgd-app-helm.yaml index db4feb6..e6c9ede 100644 --- a/content/modules/ROOT/examples/bgd-app-helm.yaml +++ b/content/modules/ROOT/examples/bgd-app-helm.yaml @@ -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: diff --git a/content/modules/ROOT/examples/bgd-app.yaml b/content/modules/ROOT/examples/bgd-app.yaml index 37532c6..1ef30fc 100644 --- a/content/modules/ROOT/examples/bgd-app.yaml +++ b/content/modules/ROOT/examples/bgd-app.yaml @@ -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 diff --git a/content/modules/ROOT/examples/bgdk-app.yaml b/content/modules/ROOT/examples/bgdk-app.yaml index c355d7e..c94b5d2 100644 --- a/content/modules/ROOT/examples/bgdk-app.yaml +++ b/content/modules/ROOT/examples/bgdk-app.yaml @@ -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 diff --git a/content/modules/ROOT/examples/todo-application.yaml b/content/modules/ROOT/examples/todo-application.yaml index 1fb2229..38179a3 100644 --- a/content/modules/ROOT/examples/todo-application.yaml +++ b/content/modules/ROOT/examples/todo-application.yaml @@ -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