Skip to content

Commit

Permalink
feat(test): pull policy IfNotPresent for Airflow clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Dec 14, 2023
1 parent 86cddc2 commit a4e3874
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ 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,6 +14,7 @@ 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,6 +14,7 @@ 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 @@ -14,6 +14,7 @@ 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 @@ -40,6 +40,7 @@ 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,6 +58,7 @@ metadata:
spec:
image:
productVersion: "{{ test_scenario['values']['airflow'] }}"
pullPolicy: IfNotPresent
clusterConfig:
vectorAggregatorConfigMapName: airflow-vector-aggregator-discovery
credentialsSecret: test-airflow-credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ 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,6 +27,7 @@ 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,6 +27,7 @@ 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,6 +27,7 @@ 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,6 +27,7 @@ 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 a4e3874

Please sign in to comment.