Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Get AMI data from helm value rather than from hardcoded string in the…
Browse files Browse the repository at this point in the history
… code.
  • Loading branch information
whites11 committed Sep 11, 2023
1 parent b9aeb22 commit 437b2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/aws-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
mountPath: /var/run/{{ include "name" . }}/configmap/
- name: {{ include "name" . }}-ami
mountPath: /tmp/ami.json
subPath: ami.json
- name: {{ include "name" . }}-secret
mountPath: /var/run/{{ include "name" . }}/secret/
readOnly: true
Expand Down

0 comments on commit 437b2b4

Please sign in to comment.