# ============LICENSE_START=======================================================
# Copyright (C) 2021-2023 Nordix Foundation.
# Modifications Copyright © 2024 Deutsche Telekom
+# Modifications Copyright © 2025 OpenInfra Europe. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
- mountPath: /opt/app/policy/clamp/etc/logback.xml
subPath: logback.xml
name: ac-k8s-ppnt-config-processed
+ - name: helm-cache
+ mountPath: /home/policy/.cache/helm
+ - name: helm-config
+ mountPath: /home/policy/.config/helm
resources: {{ include "common.resources" . | nindent 12 }}
{{- if .Values.nodeSelector }}
nodeSelector:
- name: logs
emptyDir:
sizeLimit: {{ .Values.dirSizes.logDir.sizeLimit }}
+ - name: helm-cache
+ emptyDir: {}
+ - name: helm-config
+ emptyDir: {}
{{- include "common.imagePullSecrets" . | nindent 6 }}