Add configmap

This commit is contained in:
Micke Nordin 2023-03-28 23:46:34 +02:00
parent a964c42353
commit fe3caa5660
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
resources:
- nextcloud-configmap.yml
- nextcloud-deployment.yml
- nextcloud-ingress.yml
- nextcloud-service.yml

View file

@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: nextcloud-configmap
data:
data:
config.php: |
<?php
$CONFIG = array (