Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default value for identity.krbKeysOperator.namespaces to values.yaml #23

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Production deployment does not differ greatly from development deployment, howev
| identity.identity.image.registry | string | `"ghcr.io/amrc-factoryplus"` | The registry of the Identity component |
| identity.identity.image.repository | string | `"acs-identity"` | The repository of the Identity component |
| identity.identity.image.tag | string | `"latest"` | The tag of the Identity component |
| identity.krbKeysOperator.image | object | `{"registry":"ghcr.io/amrc-factoryplus","repository":"acs-krb-keys-operator","tag":"latest"}` | A comma-separated list of namespaces that the KerberosKey Operator should watch for KerberosKey resources in. Defaults to the release namespace if not specified |
AlexGodbehere marked this conversation as resolved.
Show resolved Hide resolved
| identity.krbKeysOperator.image.registry | string | `"ghcr.io/amrc-factoryplus"` | The registry of the KerberosKey Operator |
| identity.krbKeysOperator.image.repository | string | `"acs-krb-keys-operator"` | The repository of the KerberosKey Operator |
| identity.krbKeysOperator.image.tag | string | `"latest"` | The tag of the KerberosKey Operator |
Expand Down
4 changes: 3 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ identity:
# @ignore
pullPolicy: IfNotPresent
krbKeysOperator:
# -- A comma-separated list of namespaces that the KerberosKey Operator should watch for KerberosKey resources in. Defaults to the release namespace if not specified
namespaces: {}
AlexGodbehere marked this conversation as resolved.
Show resolved Hide resolved
image:
# -- The registry of the KerberosKey Operator
registry: ghcr.io/amrc-factoryplus
Expand Down Expand Up @@ -274,4 +276,4 @@ tenant:
influxdb2:
enabled: true
adminUser:
organization: AMRC
organization: AMRC