-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TEST] Use feature branch of
fleet-test-data
This is a test commit to validate that OCI tests requiring secrets work as expected against a test, configmap-only chart. This must be reverted as soon as the corresponding `fleet-test-data` PR is merged.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
kind: GitRepo | ||
apiVersion: fleet.cattle.io/v1alpha1 | ||
metadata: | ||
name: helm | ||
spec: | ||
repo: {{ .Repo }} | ||
branch: 1866-helm-oci-with-auth | ||
helmSecretName: {{ .SecretName }} | ||
paths: | ||
- {{ .Path }} | ||
targets: | ||
- clusterSelector: | ||
matchExpressions: | ||
- key: provider.cattle.io | ||
operator: NotIn | ||
values: | ||
- harvester |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters