mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #619 from Seth-Karlo/small_typo_fix
Tiny but noticeable typo fix
This commit is contained in:
@@ -96,7 +96,7 @@ secretGenerator:
|
||||
type: "kubernetes.io/tls"
|
||||
- name: app-tls-namespaced
|
||||
# you can define a namespace to generate secret in, defaults to: "default"
|
||||
namspace: apps
|
||||
namespace: apps
|
||||
commands:
|
||||
tls.crt: "cat secret/tls.cert"
|
||||
tls.key: "cat secret/tls.key"
|
||||
|
||||
Reference in New Issue
Block a user