Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into issue-74-cleanup
Browse files Browse the repository at this point in the history
# Conflicts:
#	config/base/kustomization.yaml
  • Loading branch information
ruivieira committed Jul 17, 2023
2 parents 49dc778 + 3280f1c commit 0baa067
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion config/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace: trustyai-service-operator-system
#namespace: trustyai-service-operator-system

namePrefix: trustyai-service-operator-

Expand Down
7 changes: 7 additions & 0 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ images:
- name: controller
newName: quay.io/trustyai/trustyai-service-operator
newTag: latest
configMapGenerator:
- name: config
literals:
- trustyaiServiceImageName=quay.io/trustyai/trustyai-service
- trustyaiServiceImageTag=latest
generatorOptions:
disableNameSuffixHash: true
13 changes: 0 additions & 13 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
apiVersion: v1
kind: Namespace
metadata:
labels:
control-plane: controller-manager
app.kubernetes.io/name: namespace
app.kubernetes.io/instance: system
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: trustyai-service-operator
app.kubernetes.io/part-of: trustyai-service-operator
app.kubernetes.io/managed-by: kustomize
name: system
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 0baa067

Please sign in to comment.