diff --git a/documentation/modules/ROOT/assets/images/bgd-helm1.png b/documentation/modules/ROOT/assets/images/bgd-helm1.png index 4b016df..9c27e57 100644 Binary files a/documentation/modules/ROOT/assets/images/bgd-helm1.png and b/documentation/modules/ROOT/assets/images/bgd-helm1.png differ diff --git a/documentation/modules/ROOT/examples/bgd-app-helm-custom.yaml b/documentation/modules/ROOT/examples/bgd-app-helm-custom.yaml index 8d27e94..87ec3c3 100644 --- a/documentation/modules/ROOT/examples/bgd-app-helm-custom.yaml +++ b/documentation/modules/ROOT/examples/bgd-app-helm-custom.yaml @@ -4,7 +4,6 @@ metadata: name: bgd-helm spec: destination: - name: '' namespace: user1-bgdh server: 'https://kubernetes.default.svc' source: diff --git a/documentation/modules/ROOT/examples/bgd-app-helm-para.yaml b/documentation/modules/ROOT/examples/bgd-app-helm-para.yaml index c449755..4e22716 100644 --- a/documentation/modules/ROOT/examples/bgd-app-helm-para.yaml +++ b/documentation/modules/ROOT/examples/bgd-app-helm-para.yaml @@ -4,7 +4,6 @@ metadata: name: bgd-helm spec: destination: - name: '' namespace: user1-bgdh server: 'https://kubernetes.default.svc' source: diff --git a/documentation/modules/ROOT/examples/bgd-app-helm.yaml b/documentation/modules/ROOT/examples/bgd-app-helm.yaml index 59107e0..d01f457 100644 --- a/documentation/modules/ROOT/examples/bgd-app-helm.yaml +++ b/documentation/modules/ROOT/examples/bgd-app-helm.yaml @@ -4,7 +4,6 @@ metadata: name: bgd-helm spec: destination: - name: '' namespace: user1-bgdh server: 'https://kubernetes.default.svc' source: diff --git a/documentation/modules/ROOT/pages/04-helm.adoc b/documentation/modules/ROOT/pages/04-helm.adoc index 1b87e88..db51857 100644 --- a/documentation/modules/ROOT/pages/04-helm.adoc +++ b/documentation/modules/ROOT/pages/04-helm.adoc @@ -241,7 +241,7 @@ You can see the link by using this command: [.console-input] [source,bash,subs="attributes+,+macros"] ---- -oc get route bgd-helm -n user%USERNUM%-bgd -o jsonpath='{"http://"}{.spec.host}{"\n"}' +oc get route bgd-helm -n user%USERNUM%-bgdh -o jsonpath='{"http://"}{.spec.host}{"\n"}' ---- image::yellowoutput.png[]