Skip to content

Commit

Permalink
bumped version to 0.10.0 and added example for configuration in value…
Browse files Browse the repository at this point in the history
…s.yaml
  • Loading branch information
anestos committed Apr 11, 2022
1 parent 8b0cbe6 commit f95b81b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion idsvr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: idsvr
version: 0.9.43
version: 0.10.0
appVersion: 7.0.1
description: A Helm chart for Curity Identity Server
keywords:
Expand Down
23 changes: 19 additions & 4 deletions idsvr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,26 @@ curity:
encryptionKey:
environmentVariableSecrets: []
environmentVariableConfigMaps: []
configurationConfigMap:
configurationConfigMapItemName:
configurationSecret:
configurationSecretItemName:
configuration: []
# - configMapRef:
# name: cfg-configmap-name
# items:
# - key: item-1
# path: item-1.xml
# - key: item-2
# path: item-2.xml
# - secretRef:
# name: cfg-secret
# items:
# - key: scrt-1
# path: scrt-1.xml
# - key: scrt-2
# path: scrt-2.xml
# - secretRef:
# name: cfg-secret-2
# items:
# - key: cfg
# path: configuration.xml

ingress:
enabled: false
Expand Down

0 comments on commit f95b81b

Please sign in to comment.