mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-04 15:18:20 +00:00
* support partial sync with namespace. * corrected test folder name * Trying to fix lint error * 1. in test, delete ns after test 2. in test, created new methods for ResourceSyncStatusWithNamespaceIs and ResourceHealthWithNamespaceIs. * reformat imports * simplify code * remove timeout
8 lines
208 B
YAML
8 lines
208 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ./guestbook-ui-deployment.yaml
|
|
- ./guestbook-ui-svc.yaml
|
|
- ./guestbook-ui-deployment-ns.yaml
|
|
- ./guestbook-ui-svc-ns.yaml
|