github.com/replicatedhq/ship@v0.55.0/integration/init/forgeops/expected/base/configmap.yaml (about) 1 --- 2 # Source: ds/templates/configmap.yaml 3 apiVersion: v1 4 kind: ConfigMap 5 metadata: 6 name: ds 7 data: 8 BASE_DN: ou=identities 9 # example: configstore, cts, userstore. The instance is used to construct the FQDN of DS. 10 DJ_INSTANCE: ds 11 DS_SET_SIZE: "1" 12 OPENDJ_JAVA_ARGS: "-Xmx512m" 13 SLACK_URL: 14 DS_ENABLE_CTS: "true" 15 DS_ENABLE_USERSTORE: "true" 16 DS_ENABLE_CONFIGSTORE: "true" 17 DS_ENABLE_IDMREPO: "true" 18 BACKUP_CLUSTER_NAME: default