File is added for configMaps reloading test purpose
This commit is contained in:
Kiril Valchev 2023-02-22 16:12:46 +02:00 committed by GitHub
parent 53e28ff20c
commit d531e0b517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
apiVersion: v1
data:
index2.html: |
<html>
<heaad></head>
<body>
<p>Testing configMaps auto reloading</p>
</body>
</html>
kind: ConfigMap
metadata:
name: kustomize-guestbook-cm
namespace: default