Skip to content

Commit

Permalink
Remove redundant name element from apps, correct namespace from bdg t…
Browse files Browse the repository at this point in the history
…o bdgh
  • Loading branch information
gnunn1 committed Jan 5, 2024
1 parent bbdc3cf commit f57521f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
Binary file modified documentation/modules/ROOT/assets/images/bgd-helm1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: bgd-helm
spec:
destination:
name: ''
namespace: user1-bgdh
server: 'https://kubernetes.default.svc'
source:
Expand Down
1 change: 0 additions & 1 deletion documentation/modules/ROOT/examples/bgd-app-helm-para.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: bgd-helm
spec:
destination:
name: ''
namespace: user1-bgdh
server: 'https://kubernetes.default.svc'
source:
Expand Down
1 change: 0 additions & 1 deletion documentation/modules/ROOT/examples/bgd-app-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: bgd-helm
spec:
destination:
name: ''
namespace: user1-bgdh
server: 'https://kubernetes.default.svc'
source:
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/04-helm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit f57521f

Please sign in to comment.