Merge pull request #1 from KirilValchev/KirilValchev-patch-1

Kiril valchev patch 1
This commit is contained in:
Kiril Valchev 2023-02-22 17:33:08 +02:00 committed by GitHub
commit 041afeaccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,7 @@
<html>
<heaad></head>
<body>
<p>Testing configMaps auto reloading</p>
<p>Reloading</p>
</body>
</html>

View File

@ -1,8 +1,10 @@
namePrefix: kustomize-
configMapGenerator:
- name: guestbook-cm
files:
- index2.html
resources:
- guestbook-ui-deployment.yaml
- guestbook-ui-svc.yaml
- guestbook-cm.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization