Skip to content

Commit

Permalink
adjust naming
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchuhmacher committed Nov 16, 2023
1 parent edef43e commit a3931b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
antivirus: scanfile
app.kubernetes.io/part-of: schulcloud-verbund
app.kubernetes.io/version: {{ ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG }}
app.kubernetes.io/name: antivirus
app.kubernetes.io/component: scan
app.kubernetes.io/name: scanfile
app.kubernetes.io/component: antivirus
app.kubernetes.io/managed-by: ansible
git.branch: {{ ANTIVIRUS_CHECK_SERVICE_BRANCH_NAME }}
git.repo: {{ ANTIVIRUS_CHECK_SERVICE_REPO_NAME }}
Expand All @@ -33,8 +33,8 @@ spec:
antivirus: scanfile
app.kubernetes.io/part-of: schulcloud-verbund
app.kubernetes.io/version: {{ ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG }}
app.kubernetes.io/name: antivirus
app.kubernetes.io/component: scan
app.kubernetes.io/name: scanfile
app.kubernetes.io/component: antivirus
app.kubernetes.io/managed-by: ansible
git.branch: {{ ANTIVIRUS_CHECK_SERVICE_BRANCH_NAME }}
git.repo: {{ ANTIVIRUS_CHECK_SERVICE_REPO_NAME }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
antivirus: webserver
app.kubernetes.io/part-of: schulcloud-verbund
app.kubernetes.io/version: {{ ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG }}
app.kubernetes.io/name: antivirus
app.kubernetes.io/component: web
app.kubernetes.io/name: webserver
app.kubernetes.io/component: antivirus
app.kubernetes.io/managed-by: ansible
git.branch: {{ ANTIVIRUS_CHECK_SERVICE_BRANCH_NAME }}
git.repo: {{ ANTIVIRUS_CHECK_SERVICE_REPO_NAME }}
Expand All @@ -33,8 +33,8 @@ spec:
antivirus: webserver
app.kubernetes.io/part-of: schulcloud-verbund
app.kubernetes.io/version: {{ ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG }}
app.kubernetes.io/name: antivirus
app.kubernetes.io/component: web
app.kubernetes.io/name: webserver
app.kubernetes.io/component: antivirus
app.kubernetes.io/managed-by: ansible
git.branch: {{ ANTIVIRUS_CHECK_SERVICE_BRANCH_NAME }}
git.repo: {{ ANTIVIRUS_CHECK_SERVICE_REPO_NAME }}
Expand Down

0 comments on commit a3931b1

Please sign in to comment.