Skip to content

Commit

Permalink
Merge branch 'soil-project-template' into fork-on-premise
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Jun 24, 2024
2 parents f121fe2 + a53b309 commit 9505924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/roles/gardener/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
k8s:
definition: "{{ lookup('template', 'gardener-soil-project.yaml.j2') }}"
kubeconfig: "{{ gardener_kube_apiserver_kubeconfig_path }}"
when: not lookup('k8s', kubeconfig=gardener_kube_apiserver_kubeconfig_path, api_version='core.gardener.cloud/v1beta1', kind='Project', resource_name=gardener_soil_name)
apply: true

- name: Add project labels to garden namespace
k8s:
Expand Down

0 comments on commit 9505924

Please sign in to comment.