Add configmap
This commit is contained in:
parent
a964c42353
commit
fe3caa5660
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
resources:
|
||||
- nextcloud-configmap.yml
|
||||
- nextcloud-deployment.yml
|
||||
- nextcloud-ingress.yml
|
||||
- nextcloud-service.yml
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nextcloud-configmap
|
||||
data:
|
||||
data:
|
||||
config.php: |
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
|
|
Loading…
Add table
Reference in a new issue