mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
use ObjectMeta instead of name and namespace fields
This commit is contained in:
@@ -34,9 +34,8 @@ consectetur adipiscing elit.
|
||||
apiVersion: builtin
|
||||
kind: SecretGenerator
|
||||
metadata:
|
||||
name: exampleSecGen
|
||||
name: mySecret
|
||||
namespace: whatever
|
||||
name: mySecret
|
||||
namespace: whatever
|
||||
behavior: merge
|
||||
envs:
|
||||
- a.env
|
||||
|
||||
Reference in New Issue
Block a user