Fix
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 4s

This commit is contained in:
AB
2026-02-11 11:58:04 +02:00
parent 07829e8294
commit 88095047df
2 changed files with 121 additions and 6 deletions

View File

@@ -28,9 +28,9 @@ spec:
- name: nginx-config
configMap:
name: nginx-config
- name: win-install-script
- name: client-scripts
configMap:
name: win-install-script
name: client-scripts
terminationGracePeriodSeconds: 10
containers:
@@ -115,9 +115,12 @@ spec:
subPath: nginx.conf
- name: storage
mountPath: /mc
- name: win-install-script
- name: client-scripts
mountPath: /mc/clients/win-install.ps1
subPath: win-install.ps1
- name: client-scripts
mountPath: /mc/clients/inject.js
subPath: inject.js
---
apiVersion: v1