replace genargs with two separate annotations

This commit is contained in:
Natasha Sarkar
2021-07-29 15:46:09 -07:00
parent 3ebdb3fcef
commit 9a27a9f19f
8 changed files with 62 additions and 220 deletions

View File

@@ -29,8 +29,8 @@ data:
kind: ConfigMap
metadata:
annotations:
internal.config.kubernetes.io/generatorOptions: |
options: {}
internal.config.kubernetes.io/generatorBehavior: unspecified
internal.config.kubernetes.io/needsHashSuffix: enabled
name: example-configmap-test
`)
if m.Resources()[0].NeedHashSuffix() != true {