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

@@ -6,7 +6,6 @@ data:
kind: ConfigMap
metadata:
annotations: {}
creationTimestamp: null
labels: {}
name: p1-com1-dhbbm922gd
---
@@ -16,6 +15,5 @@ data:
kind: ConfigMap
metadata:
annotations: {}
creationTimestamp: null
labels: {}
name: p2-com2-c4b8md75k9

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
name: staging-configmap-in-overlay-k7cbc75tg8

View File

@@ -7,7 +7,6 @@ kind: ConfigMap
metadata:
annotations:
note: This is a test annotation
creationTimestamp: null
labels:
app: mungebot
org: kubernetes
@@ -22,7 +21,6 @@ kind: ConfigMap
metadata:
annotations:
note: This is a test annotation
creationTimestamp: null
labels:
app: mungebot
org: kubernetes
@@ -37,7 +35,6 @@ kind: Secret
metadata:
annotations:
note: This is a test annotation
creationTimestamp: null
labels:
app: mungebot
org: kubernetes

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

View File

@@ -72,7 +72,6 @@ data:
foo: bar
kind: ConfigMap
metadata:
creationTimestamp: null
name: dev-base-test-config-map-b2g2dmd64b
---
apiVersion: v1