File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
charts/opencloud-microservices/deployments/timoni Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11bundle : {
22 apiVersion : " v1alpha1 "
3- name : " opencloud "
3+ name : " clamav "
44 instances : {
55 // "service-account": {
66 // module: url: "oci://ghcr.io/stefanprodan/modules/flux-tenant"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apiVersion: v1
77kind : ConfigMap
88metadata :
99 name : opencloud-config
10- namespace : opencloud
10+ namespace : clamav
1111data :
1212 # ##############################################################################
1313 # Persistence StorageClass and AccessModes (global defaults)
Original file line number Diff line number Diff line change 11runtime : {
22 apiVersion : " v1alpha1 "
3- name : " opencloud "
3+ name : " clamav "
44 values : [
55 {
6- query : " k8s:v1:ConfigMap:opencloud :opencloud-config "
6+ query : " k8s:v1:ConfigMap:clamav :opencloud-config "
77 for : {
88 " PERSISTENCE_STORAGE_CLASS_NAME " : " obj.data.PERSISTENCE_STORAGE_CLASS_NAME "
99 " PERSISTENCE_ACCESS_MODES " : " obj.data.PERSISTENCE_ACCESS_MODES "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apiVersion: v1
77kind : ConfigMap
88metadata :
99 name : opencloud-config
10- namespace : opencloud
10+ namespace : openldap
1111data :
1212 # ##############################################################################
1313 # LDAP Configuration
Original file line number Diff line number Diff line change 11runtime : {
22 apiVersion : " v1alpha1 "
3- name : " opencloud "
3+ name : " openldap "
44 values : [
55 {
6- query : " k8s:v1:Secret:opencloud :opencloud-ldap-secrets "
6+ query : " k8s:v1:Secret:openldap :opencloud-ldap-secrets "
77 for : {
88 " LDAP_ADMIN_PASSWORD " : " obj.data.adminPassword "
99 " LDAP_CONFIG_PASSWORD " : " obj.data.configPassword "
1010 }
1111 },
1212 {
13- query : " k8s:v1:ConfigMap:opencloud :opencloud-config "
13+ query : " k8s:v1:ConfigMap:openldap :opencloud-config "
1414 for : {
1515 " OPENLDAP_LTB_PASSWD_ENABLED " : " obj.data.OPENLDAP_LTB_PASSWD_ENABLED "
1616 " OPENLDAP_REPLICATION_ENABLED " : " obj.data.OPENLDAP_REPLICATION_ENABLED "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: v1
33kind : Secret
44metadata :
55 name : opencloud-ldap-secrets
6- namespace : opencloud
6+ namespace : openldap
77stringData :
88 adminPassword : " admin"
99 configPassword : " config"
You can’t perform that action at this time.
0 commit comments