remove immutable
[ZITADOPER-7]
This commit is contained in:
@@ -60,7 +60,7 @@ SystemAPIUsers:
|
|||||||
opts := builder.ConfigMapOpts{
|
opts := builder.ConfigMapOpts{
|
||||||
Zitadel: zitadel,
|
Zitadel: zitadel,
|
||||||
Key: key,
|
Key: key,
|
||||||
Immutable: true,
|
Immutable: false,
|
||||||
Data: config,
|
Data: config,
|
||||||
}
|
}
|
||||||
configmap, err := r.Builder.BuildConfigMap(opts, zitadel)
|
configmap, err := r.Builder.BuildConfigMap(opts, zitadel)
|
||||||
|
|||||||
Reference in New Issue
Block a user