Skip to content

Commit

Permalink
Add namespace to all Charts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhasura committed Oct 17, 2024
1 parent 0fa2fdc commit 16d0e88
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/ndc-connector-oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ helm upgrade --install <release-name> \

| Name | Description | Value |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------------|
| `namespace` | Namespace to deploy to | `"default"` |
| `image.repository` | Image repository containing custom created ndc-connector-oracle | `""` |
| `image.tag` | Image tag to use for custom created ndc-connector-oracle | `""` |
| `image.pullPolicy` | Image pull policy | `Always` |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-connector-oracle/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace: "default"
useReleaseName: true

additionalAnnotations: |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-connector-phoenix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ helm upgrade --install <release-name> \

| Name | Description | Value |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------------|
| `namespace` | Namespace to deploy to | `"default"` |
| `image.repository` | Image repository containing custom created ndc-connector-phoenix | `""` |
| `image.tag` | Image tag to use for custom created ndc-connector-phoenix | `""` |
| `image.pullPolicy` | Image pull policy | `Always` |
Expand Down
3 changes: 3 additions & 0 deletions charts/ndc-connector-phoenix/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
namespace: "default"
useReleaseName: true

additionalAnnotations: |
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ helm upgrade --install <release-name> \

| Name | Description | Value |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------- |
| `namespace` | Namespace to deploy to | `"default"` |
| `image.repository` | Image repository containing custom created ndc-graphql | `""` |
| `image.tag` | Image tag to use for custom created ndc-graphql | `""` |
| `image.pullPolicy` | Image pull policy | `Always` |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-graphql/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace: "default"
useReleaseName: true

additionalAnnotations: |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ helm upgrade --install <release-name> \

| Name | Description | Value |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------------|
| `namespace` | Namespace to deploy to | `"default"` |
| `image.repository` | Image repository containing custom created ndc-mongodb | `""` |
| `image.tag` | Image tag to use for custom created ndc-mongodb | `""` |
| `image.pullPolicy` | Image pull policy | `Always` |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-mongodb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace: "default"
useReleaseName: true

additionalAnnotations: |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-nodejs-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ helm upgrade --install <release-name> \

| Name | Description | Value |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------- |
| `namespace` | Namespace to deploy to | `"default"` |
| `image.repository` | Image repository containing custom created ndc-nodejs-lambda | `""` |
| `image.tag` | Image tag to use for custom created ndc-nodejs-lambda | `""` |
| `image.pullPolicy` | Image pull policy | `Always` |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-nodejs-lambda/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace: "default"
useReleaseName: true

additionalAnnotations: |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ helm upgrade --install <release-name> \

| Name | Description | Value |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------- |
| `namespace` | Namespace to deploy to | `"default"` |
| `image.repository` | Image repository containing custom created ndc-postgres | `""` |
| `image.tag` | Image tag to use for custom created ndc-postgres | `""` |
| `image.pullPolicy` | Image pull policy | `Always` |
Expand Down
1 change: 1 addition & 0 deletions charts/ndc-postgres/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace: "default"
useReleaseName: true

additionalAnnotations: |
Expand Down
1 change: 1 addition & 0 deletions charts/v3-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ helm upgrade --install <release-name> \

| Name | Description | Value |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------- |
| `namespace` | Namespace to deploy to | `"default"` |
| `image.repository` | Image repository + image name containing custom created v3-engine | `""` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.tag` | Image tag to use for custom created v3-engine | `""` |
Expand Down
2 changes: 2 additions & 0 deletions charts/v3-engine/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace: "default"
useReleaseName: true

additionalAnnotations: |
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
Expand Down

0 comments on commit 16d0e88

Please sign in to comment.