Skip to content

Commit 945cbf2

Browse files
committed
linter
1 parent 2efbab2 commit 945cbf2

8 files changed

Lines changed: 8 additions & 1 deletion

File tree

demos/argo-cd/applications/airflow-postgres.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: argoproj.io/v1alpha1
23
kind: Application
34
metadata:

demos/argo-cd/applications/airflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: argoproj.io/v1alpha1
23
kind: Application
34
metadata:

demos/argo-cd/applications/minio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: argoproj.io/v1alpha1
23
kind: Application
34
metadata:

demos/argo-cd/manifests/airflow/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
envOverrides: &envOverrides
3939
AIRFLOW_CONN_KUBERNETES_IN_CLUSTER: "kubernetes://?__extra__=%7B%22extra__kubernetes__in_cluster%22%3A+true%2C+%22extra__kubernetes__kube_config%22%3A+%22%22%2C+%22extra__kubernetes__kube_config_path%22%3A+%22%22%2C+%22extra__kubernetes__namespace%22%3A+%22%22%7D"
4040
# Via sealed secrets, just kept for reference here
41-
#AIRFLOW_CONN_MINIO: "aws://admin:adminadmin@/?endpoint_url=https%3A%2F%2Fminio.minio.svc.cluster.local%3A9000"
41+
# AIRFLOW_CONN_MINIO: "aws://admin:adminadmin@/?endpoint_url=https%3A%2F%2Fminio.minio.svc.cluster.local%3A9000"
4242
AWS_CA_BUNDLE: "/stackable/minio-tls/ca.crt"
4343
AIRFLOW__LOGGING__REMOTE_LOGGING: "True"
4444
AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER: s3://demo/airflow-task-logs/

demos/argo-cd/projects/airflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: argoproj.io/v1alpha1
23
kind: AppProject
34
metadata:

demos/argo-cd/projects/minio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: argoproj.io/v1alpha1
23
kind: AppProject
34
metadata:

stacks/argo-cd/applications/sealed-secrets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: argoproj.io/v1alpha1
23
kind: Application
34
metadata:

stacks/argo-cd/projects/stackable-operators.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: argoproj.io/v1alpha1
23
kind: AppProject
34
metadata:

0 commit comments

Comments
 (0)