mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
fix(configmap): create portainer configmap if it doesn't exist [r8s-141] (#113)
This commit is contained in:
parent
e6508140f8
commit
a2da6f1827
3 changed files with 61 additions and 7 deletions
|
@ -95,7 +95,7 @@ export function AccessDatatable() {
|
|||
configMap
|
||||
);
|
||||
await updateConfigMapMutation.mutateAsync({
|
||||
data: configMapPayload,
|
||||
configMap: configMapPayload,
|
||||
configMapName: PortainerNamespaceAccessesConfigMap.configMapName,
|
||||
});
|
||||
notifySuccess('Success', 'Namespace access updated');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue