Skip to content

Commit 2259e42

Browse files
authored
fix: update access token (#652)
1 parent 6a2d2cc commit 2259e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/templates/kuttl/mount-dags-gitsync/30-install-airflow-cluster.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ type: Opaque
3030
data:
3131
# This is a fine-grained access token for the owner of the repo (stackable-airflow/dags) which has read only access
3232
# to *only* this repo. Contact github users @razvan or @adwk67 for details.
33-
# It is valid for one year and will expire on 12.08.2025.
33+
# This token doesn't expire.
3434
user: c3RhY2thYmxlLWFpcmZsb3c=
35-
password: Z2l0aHViX3BhdF8xMUJLUURCRVkwSFFPMkpjRlJ1ekxLX0FLTGhqT0xvZ0JQMzZnTENFUFo0RUNETTM2TndjdTJDQUJvVVFueFBiVGhDTTZKQkhJNFFIZVdJb1dECg==
35+
password: Z2l0aHViX3BhdF8xMUJLUURCRVkwSk1EWlNVQk1RYTdoX0c2OGlhbWtpRkpFV1RMTTF0ajFwbHFTVFNyZ3p3dHZneXI5b2tubGRXaGpVRDZITFRFV0JJcm9yT0dXCg==
3636
---
3737
apiVersion: v1
3838
kind: ConfigMap

0 commit comments

Comments
 (0)