Skip to content

Commit

Permalink
remove pullpolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Oct 20, 2023
1 parent c34df2d commit 94ad54a
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ metadata:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow-latest'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
stopped: false
image:
productVersion: "{{ test_scenario['values']['airflow-latest'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
stopped: true
image:
productVersion: "{{ test_scenario['values']['airflow-latest'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ commands:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow-latest'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ metadata:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow'] }}"
pullPolicy: IfNotPresent
clusterConfig:
vectorAggregatorConfigMapName: airflow-vector-aggregator-discovery
loadExamples: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ metadata:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow-latest'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ metadata:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow-latest'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ metadata:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow-latest'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ metadata:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow-latest'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ metadata:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow'] }}"
pullPolicy: IfNotPresent
clusterConfig:
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
Expand Down

0 comments on commit 94ad54a

Please sign in to comment.