Skip to content

Commit 13b175c

Browse files
doc: update the README
1 parent 6593f6e commit 13b175c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/chartmuseum/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ their default values. See values.yaml for all available options.
158158
| `env.open.AUTH_REALM` | Realm used for bearer authentication | `<nil>` |
159159
| `env.open.AUTH_SERVICE` | Service used for bearer authentication | `<nil>` |
160160
| `env.field` | Expose pod information to containers through environment variables | `{}` |
161+
| `env.resourcefield` | Expose information about resource containers through environment variables | `{}` |
161162
| `env.existingSecret` | Name of the existing secret use values | `<nil>` |
162163
| `env.existingSecretMappings.BASIC_AUTH_USER` | Key name in the secret for the Username | `<nil>` |
163164
| `env.existingSecretMappings.BASIC_AUTH_PASS` | Key name in the secret for the Password | `<nil>` |

src/chartmuseum/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ spec:
8282
- name: {{ $name | quote }}
8383
valueFrom:
8484
resourceFieldRef:
85-
containerName: {{ .Chart.Name }}
86-
resource: {{ $value | quote }}
85+
containerName: {{ $.Chart.Name }}
86+
resource: {{ $value }}
8787
{{- end }}
8888
{{- end }}
8989
{{- if .Values.gcp.secret.enabled }}

0 commit comments

Comments
 (0)