From 66293419ad1f6c48041708321a21ff76547ccfe5 Mon Sep 17 00:00:00 2001 From: MartinSchuhmacher Date: Thu, 9 Nov 2023 13:41:33 +0100 Subject: [PATCH] remove unused annotations prop --- .../antivirus_check_service/templates/scanfile-deployment.yml.j2 | 1 - .../antivirus_check_service/templates/web-deployment.yml.j2 | 1 - 2 files changed, 2 deletions(-) diff --git a/ansible/roles/antivirus_check_service/templates/scanfile-deployment.yml.j2 b/ansible/roles/antivirus_check_service/templates/scanfile-deployment.yml.j2 index 6398e60..bc1e52c 100644 --- a/ansible/roles/antivirus_check_service/templates/scanfile-deployment.yml.j2 +++ b/ansible/roles/antivirus_check_service/templates/scanfile-deployment.yml.j2 @@ -32,7 +32,6 @@ spec: app.kubernetes.io/version: {{ ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG }} git.branch: {{ ANTIVIRUS_CHECK_SERVICE_BRANCH_NAME }} git.repo: {{ ANTIVIRUS_CHECK_SERVICE_REPO_NAME }} - annotations: spec: securityContext: runAsUser: 1000 diff --git a/ansible/roles/antivirus_check_service/templates/web-deployment.yml.j2 b/ansible/roles/antivirus_check_service/templates/web-deployment.yml.j2 index fc83bbd..3764dba 100644 --- a/ansible/roles/antivirus_check_service/templates/web-deployment.yml.j2 +++ b/ansible/roles/antivirus_check_service/templates/web-deployment.yml.j2 @@ -32,7 +32,6 @@ spec: app.kubernetes.io/version: {{ ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG }} git.branch: {{ ANTIVIRUS_CHECK_SERVICE_BRANCH_NAME }} git.repo: {{ ANTIVIRUS_CHECK_SERVICE_REPO_NAME }} - annotations: spec: securityContext: runAsUser: 1000