From 1a21fee774976a12a072f6bbffbc49cd59c29e02 Mon Sep 17 00:00:00 2001 From: Pierangelo Di Pilato Date: Mon, 17 Jun 2024 14:18:54 +0200 Subject: [PATCH] Add all JobSink symlinks in config/ (#8007) Signed-off-by: Pierangelo Di Pilato --- config/200-job-sink-clusterrole.yaml | 1 + config/200-job-sink-serviceaccount.yaml | 1 + config/300-jobsink.yaml | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/200-job-sink-clusterrole.yaml create mode 120000 config/200-job-sink-serviceaccount.yaml create mode 120000 config/300-jobsink.yaml diff --git a/config/200-job-sink-clusterrole.yaml b/config/200-job-sink-clusterrole.yaml new file mode 120000 index 00000000000..cfbddb9b567 --- /dev/null +++ b/config/200-job-sink-clusterrole.yaml @@ -0,0 +1 @@ +core/roles/job-sink-clusterrole.yaml \ No newline at end of file diff --git a/config/200-job-sink-serviceaccount.yaml b/config/200-job-sink-serviceaccount.yaml new file mode 120000 index 00000000000..5538c5748dc --- /dev/null +++ b/config/200-job-sink-serviceaccount.yaml @@ -0,0 +1 @@ +core/200-job-sink-serviceaccount.yaml \ No newline at end of file diff --git a/config/300-jobsink.yaml b/config/300-jobsink.yaml new file mode 120000 index 00000000000..ff15b026fe3 --- /dev/null +++ b/config/300-jobsink.yaml @@ -0,0 +1 @@ +core/resources/jobsink.yaml \ No newline at end of file