Names cannot contain _ (underscore)! So I changed it to -. (#8300)

* The name can't use _(underscore)! So fix it!

The name can't use _(underscore)! So fix it!

* Fix configMap name can't use _(underscore)

Fix configMap name can't use _(underscore)
This commit is contained in:
Daniel Lim 2022-03-09 23:56:13 +09:00 committed by GitHub
parent 5a9fe30a5d
commit e1eff78160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: custom_error_pages
name: custom-error-pages
data:
404: |
<!DOCTYPE html>