remove metadata.creationTimestamp field from configMapGenerator

This commit is contained in:
liuhuiping
2018-09-18 18:10:45 +08:00
committed by levis.liu
parent 58492e2d83
commit 6c5a75bf73
12 changed files with 12 additions and 25 deletions

View File

@@ -5,7 +5,6 @@ kind: ConfigMap
metadata:
annotations:
note: This is a test annotation
creationTimestamp: null
labels:
app: mynginx
env: staging
@@ -18,7 +17,6 @@ data:
hello: world
kind: ConfigMap
metadata:
creationTimestamp: null
labels:
env: staging
team: override-foo
@@ -33,7 +31,6 @@ kind: Secret
metadata:
annotations:
note: This is a test annotation
creationTimestamp: null
labels:
app: mynginx
env: staging