Skip to content

Commit

Permalink
comment out the EnvVariablesFromFieldPath (#4111)
Browse files Browse the repository at this point in the history
Co-authored-by: Badal Kumar Prusty <badalkumar@Badals-MacBook-Pro.local>
  • Loading branch information
badal773 and Badal Kumar Prusty committed Oct 18, 2023
1 parent 9f2deaf commit b0f5eb4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ server:
image_tag: 1-95af053
image: ""

EnvVariablesFromFieldPath:
- name: POD_NAME
fieldPath: metadata.name
EnvVariablesFromFieldPath: []
# - name: POD_NAME
# fieldPath: metadata.name

EnvVariables:
- name: FLASK_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ server:
image_tag: 1-95af053
image: ""

EnvVariablesFromFieldPath:
- name: POD_NAME
fieldPath: metadata.name
EnvVariablesFromFieldPath: []
# - name: POD_NAME
# fieldPath: metadata.name

EnvVariables:
- name: FLASK_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ server:
image_tag: 1-95af053
image: ""

EnvVariablesFromFieldPath:
- name: POD_NAME
fieldPath: metadata.name
EnvVariablesFromFieldPath: []
# - name: POD_NAME
# fieldPath: metadata.name

EnvVariables:
- name: FLASK_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ server:
image_tag: 1-95af053
image: ""

EnvVariablesFromFieldPath:
- name: POD_NAME
fieldPath: metadata.name
EnvVariablesFromFieldPath: []
# - name: POD_NAME
# fieldPath: metadata.name

EnvVariables:
- name: FLASK_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ server:
image_tag: 1-95af053
image: ""

EnvVariablesFromFieldPath:
- name: POD_NAME
fieldPath: metadata.name
EnvVariablesFromFieldPath: []
# - name: POD_NAME
# fieldPath: metadata.name

EnvVariables:
- name: FLASK_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ server:
image_tag: 1-95af053
image: ""

EnvVariablesFromFieldPath:
- name: POD_NAME
fieldPath: metadata.name
EnvVariablesFromFieldPath: []
# - name: POD_NAME
# fieldPath: metadata.name

EnvVariables:
- name: FLASK_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ server:
image_tag: 1-95af053
image: ""

EnvVariablesFromFieldPath:
- name: POD_NAME
fieldPath: metadata.name
EnvVariablesFromFieldPath: []
# - name: POD_NAME
# fieldPath: metadata.name

EnvVariables:
- name: FLASK_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ server:
image_tag: 1-95af053
image: ""

EnvVariablesFromFieldPath:
- name: POD_NAME
fieldPath: metadata.name
EnvVariablesFromFieldPath: []
# - name: POD_NAME
# fieldPath: metadata.name

EnvVariables:
- name: FLASK_ENV
Expand Down

0 comments on commit b0f5eb4

Please sign in to comment.