11 lines
231 B
YAML
11 lines
231 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1alpha1 # <-- Component notation
|
||
|
kind: Component
|
||
|
|
||
|
patchesJson6902:
|
||
|
- target:
|
||
|
group: apps
|
||
|
version: v1
|
||
|
kind: Deployment
|
||
|
name: nocodelytics-nats
|
||
|
path: deployment.yaml
|