Skip to content
Clarify naming. authored by D. Elmo Peele's avatar D. Elmo Peele
...@@ -197,7 +197,7 @@ Secrets Values: (ProTip: paste the following directly in to the first Values Key ...@@ -197,7 +197,7 @@ Secrets Values: (ProTip: paste the following directly in to the first Values Key
```yaml ```yaml
Catalog: helm Catalog: helm
App: minio (version 5.0.33) App: minio (version 5.0.33)
Name: minio (anything really) Name: minio
Namespace: _Namespace_ Namespace: _Namespace_
Answers: (ProTip: paste the following directly in to the first Variable field) Answers: (ProTip: paste the following directly in to the first Variable field)
...@@ -226,7 +226,7 @@ Rules: ...@@ -226,7 +226,7 @@ Rules:
Target Backend: Target Backend:
Path: / Path: /
Target: cmdaa-minio Target: cmdaa-minio (from the fullnameOverride Answer)
Port: 9000 Port: 9000
Lables & Annotations: Lables & Annotations:
...@@ -258,7 +258,7 @@ in [step 2.1](#step-2.1). ...@@ -258,7 +258,7 @@ in [step 2.1](#step-2.1).
```yaml ```yaml
Catalog: cmdaa Catalog: cmdaa
App: argo (version 0.9.8-cmdaa) App: argo (version 0.9.8-cmdaa)
Name: argo (anything really) Name: argo
Namespace: _Namespace_ Namespace: _Namespace_
Answers: (ProTip: paste the following directly in to the first Variable field) Answers: (ProTip: paste the following directly in to the first Variable field)
...@@ -317,7 +317,7 @@ able to visit the argo ui using your browser to access: ...@@ -317,7 +317,7 @@ able to visit the argo ui using your browser to access:
```yaml ```yaml
Catalog: helm Catalog: helm
App: postgresql (version 8.6.4) App: postgresql (version 8.6.4)
Name: postgresql (anything really) Name: postgresql
Namespace: _Namespace_ Namespace: _Namespace_
Answers: (ProTip: paste the following directly in to the first Variable field) Answers: (ProTip: paste the following directly in to the first Variable field)
...@@ -336,7 +336,7 @@ Answers: (ProTip: paste the following directly in to the first Variable field ...@@ -336,7 +336,7 @@ Answers: (ProTip: paste the following directly in to the first Variable field
```yaml ```yaml
Catalog: cmdaa Catalog: cmdaa
App: cmdaa-analytics (version 0.0.12-3) App: cmdaa-analytics (version 0.0.12-3)
Name: argo (anything really) Name: cmdaa-analytics
Namespace: _Namespace_ Namespace: _Namespace_
Answers: Answers:
... ...
......