github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-028_validate_extra_repo_commands_args/02-assert.yaml (about) 1 --- 2 apiVersion: apps/v1 3 kind: Deployment 4 metadata: 5 name: example-argocd-repo-server 6 namespace: test-1-28-repo-extra-command 7 spec: 8 selector: 9 matchLabels: 10 app.kubernetes.io/name: example-argocd-repo-server 11 template: 12 spec: 13 containers: 14 - command: 15 - uid_entrypoint.sh 16 - argocd-repo-server 17 - --redis 18 - example-argocd-redis.test-1-28-repo-extra-command.svc.cluster.local:6379 19 - --loglevel 20 - info 21 - --logformat 22 - text 23 - --reposerver.max.combined.directory.manifests.size 24 - 10M 25 name: argocd-repo-server 26