Fix yaml in generator examples.

This commit is contained in:
Jeffrey Regan
2019-05-28 18:21:07 -07:00
parent 02e4f7305d
commit a7a2589e81
5 changed files with 48 additions and 46 deletions

View File

@@ -42,10 +42,10 @@ secretGenerator:
- name: the-non-default-namespace-secret
namespace: non-default
literals:
- password.txt=verySecret
- password.txt=verySecret
- name: the-secret
literals:
- password.txt=anotherSecret
- password.txt=anotherSecret
`)
m, err := th.MakeKustTarget().MakeCustomizedResMap()
if err != nil {