Skip to content

Commit

Permalink
Merge pull request #5 from Netcracker/helm-refactoring
Browse files Browse the repository at this point in the history
helm refactoring
  • Loading branch information
asatt authored Jan 29, 2025
2 parents eb4aa53 + 2f7a5ec commit b945112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/qubership-log-generator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ spec:
- mountPath: /opt/app/qubership-log-generator/etc
name: config
readOnly: true
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: config
configMap:
Expand Down
1 change: 1 addition & 0 deletions charts/qubership-log-generator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

image: ghcr.io/netcracker/qubership-log-generator:main
imagePullSecrets: []

replicas: 1

Expand Down

0 comments on commit b945112

Please sign in to comment.