From 3c18d8cbdcbe9b4ee86ed3bb6101c9de9f4dc2a1 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:06:22 +0200 Subject: [PATCH] fix: update access token --- .../mount-dags-gitsync/30-install-airflow-cluster.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/templates/kuttl/mount-dags-gitsync/30-install-airflow-cluster.yaml.j2 b/tests/templates/kuttl/mount-dags-gitsync/30-install-airflow-cluster.yaml.j2 index 361aee61..113a2346 100644 --- a/tests/templates/kuttl/mount-dags-gitsync/30-install-airflow-cluster.yaml.j2 +++ b/tests/templates/kuttl/mount-dags-gitsync/30-install-airflow-cluster.yaml.j2 @@ -30,9 +30,9 @@ type: Opaque data: # This is a fine-grained access token for the owner of the repo (stackable-airflow/dags) which has read only access # to *only* this repo. Contact github users @razvan or @adwk67 for details. - # It is valid for one year and will expire on 12.08.2025. + # This token doesn't expire. user: c3RhY2thYmxlLWFpcmZsb3c= - password: Z2l0aHViX3BhdF8xMUJLUURCRVkwSFFPMkpjRlJ1ekxLX0FLTGhqT0xvZ0JQMzZnTENFUFo0RUNETTM2TndjdTJDQUJvVVFueFBiVGhDTTZKQkhJNFFIZVdJb1dECg== + password: Z2l0aHViX3BhdF8xMUJLUURCRVkwSk1EWlNVQk1RYTdoX0c2OGlhbWtpRkpFV1RMTTF0ajFwbHFTVFNyZ3p3dHZneXI5b2tubGRXaGpVRDZITFRFV0JJcm9yT0dXCg== --- apiVersion: v1 kind: ConfigMap