forked from aws/eks-anywhere-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Make the package controller a package (aws#831)"
This reverts commit 16f7efc.
- Loading branch information
Eric Wollesen
committed
Feb 27, 2023
1 parent
fa96bfa
commit a05bdf0
Showing
11 changed files
with
14 additions
and
187 deletions.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
charts/eks-anywhere-packages-migrations/templates/_helpers.tpl
This file was deleted.
Oops, something went wrong.
93 changes: 0 additions & 93 deletions
93
charts/eks-anywhere-packages-migrations/templates/adopt-crds-awssecret.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,10 +1,13 @@ | ||
{{ $namespace := ternary "eksa-packages" (printf "%s-%s" "eksa-packages" .Values.clusterName) .Values.workloadOnly }} | ||
{{- if not (lookup "v1" "Namespace" "" $namespace ) }} | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
annotations: | ||
"helm.sh/resource-policy": keep | ||
creationTimestamp: null | ||
name: {{ $namespace }} | ||
{{- end }} | ||
{{- if not .Values.workloadOnly }} | ||
name: eksa-packages | ||
{{- else }} | ||
name: eksa-packages-{{ .Values.clusterName }} | ||
{{- end }} | ||
spec: {} | ||
status: {} |
This file was deleted.
Oops, something went wrong.