Skip to content

Commit

Permalink
Allow imageKey table name override via settings (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Augspurger <[email protected]>
  • Loading branch information
mmcfarland and Tom Augspurger authored Feb 8, 2023
1 parent 2c16a7a commit 896b603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/helm/deploy-values.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pctasks:
account_name: {{ tf.sa_account_name }}
account_key: {{ tf.sa_account_key }}
connection_string: {{ tf.sa_connection_string}}
image_key_table_name: "imagekeys"

blob:
account_url: {{ tf.sa_blob_account_url }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ spec:
value: "{{ .Values.pctasks.run.tables.account_name }}"
- name: PCTASKS_RUN__TABLES_ACCOUNT_KEY
value: "{{ .Values.pctasks.run.tables.account_key }}"
- name: PCTASKS_RUN__IMAGE_KEY_TABLE_NAME
value: "{{ .Values.pctasks.run.tables.image_key_table_name }}"

### Blobs
- name: PCTASKS_RUN__BLOB_ACCOUNT_URL
Expand Down

0 comments on commit 896b603

Please sign in to comment.