Skip to content

Commit 2ece574

Browse files
fix
1 parent 5d1addc commit 2ece574

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graduated/gitops-argocd-sync/queries/get_app_status.orig.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
query ApplicationsStatusesQuery(
22
$runtime: String!
33
$name: String!
4-
$applicationNamespace: String
4+
$namespace: String
55
) {
6-
application(runtime: $runtime, name: $name, namespace: $applicationNamespace) {
6+
application(runtime: $runtime, name: $name, namespace: $namespace) {
77
metadata {
88
runtime
99
name

graduated/gitops-argocd-sync/step.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ metadata:
4848
arguments:
4949
RUNTIME: my-runtime
5050
APPLICATION: my-app
51-
APP_NAMESPACE: my-app-sync
51+
APP_NAMESPACE: my-app-ns
5252
WAIT_HEALTHY: true
5353
INTERVAL: 60
5454
MAX_CHECKS: 3

0 commit comments

Comments
 (0)