Skip to content

Commit

Permalink
BC-6938 - test fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 committed Jul 25, 2024
1 parent 96b1b8f commit d6db7f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: ansible
git.branch: {{ SCHULCLOUD_SERVER_BRANCH_NAME }}
git.repo: {{ SCHULCLOUD_SERVER_REPO_NAME }}
infra.tools: true
infra.tools: "true"
name: api-tsp-sync-base-cronjob
spec:
schedule: "{{ SERVER_TSP_SYNC_BASE_CRONJOB|default("9 3 * * *", true) }}"
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
- key: infra.tools
operator: In
values:
- true
- "true"
topologyKey: "kubernetes.io/hostname"
namespaceSelector: {}
{% endif %}
Expand All @@ -66,4 +66,4 @@ spec:
app.kubernetes.io/managed-by: ansible
git.branch: {{ SCHULCLOUD_SERVER_BRANCH_NAME }}
git.repo: {{ SCHULCLOUD_SERVER_REPO_NAME }}
infra.tools: true
infra.tools: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: ansible
git.branch: {{ SCHULCLOUD_SERVER_BRANCH_NAME }}
git.repo: {{ SCHULCLOUD_SERVER_REPO_NAME }}
infra.tools: true
infra.tools: "true"
name: api-tsp-sync-school-cronjob
spec:
schedule: "{{ SERVER_TSP_SYNC_SCHOOL_CRONJOB|default("39 3 * * *", true) }}"
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
- key: infra.tools
operator: In
values:
- true
- "true"
topologyKey: "kubernetes.io/hostname"
namespaceSelector: {}
{% endif %}
Expand All @@ -66,4 +66,4 @@ spec:
app.kubernetes.io/managed-by: ansible
git.branch: {{ SCHULCLOUD_SERVER_BRANCH_NAME }}
git.repo: {{ SCHULCLOUD_SERVER_REPO_NAME }}
infra.tools: true
infra.tools: "true"

0 comments on commit d6db7f0

Please sign in to comment.