1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Rename 'gitops-system' namespace to 'gotk-system'

To align with the project name, and the group introduced in #236.
This commit is contained in:
Hidde Beydals
2020-09-15 15:51:55 +02:00
parent 0e1a862e34
commit ff6a1c14be
80 changed files with 162 additions and 162 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitops-system
namespace: gotk-system
resources:
- namespace.yaml
- ../bases/source-controller

View File

@@ -3,7 +3,7 @@ kind: LabelTransformer
metadata:
name: labels
labels:
app.kubernetes.io/instance: gitops-system
app.kubernetes.io/instance: gotk-system
fieldSpecs:
- path: metadata/labels
create: true

View File

@@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: gitops-system
name: gotk-system

View File

@@ -1364,8 +1364,8 @@
"allValue": null,
"current": {
"selected": false,
"text": "gitops-system",
"value": "gitops-system"
"text": "gotk-system",
"value": "gotk-system"
},
"datasource": "prometheus",
"definition": "workqueue_work_duration_seconds_count",

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-datasources
namespace: gitops-system
namespace: gotk-system
data:
datasources.yaml: |-
apiVersion: 1

View File

@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitops-system
namespace: gotk-system
resources:
- service.yaml
- deployment.yaml

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-providers
namespace: gitops-system
namespace: gotk-system
data:
providers.yaml: |+
apiVersion: 1

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: grafana
namespace: gitops-system
namespace: gotk-system
labels:
app: grafana
spec:

View File

@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitops-system
namespace: gotk-system
resources:
- prometheus
- grafana

View File

@@ -2,4 +2,4 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: prometheus
namespace: gitops-system
namespace: gotk-system

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: prometheus
namespace: gitops-system
namespace: gotk-system
spec:
replicas: 1
selector:

View File

@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitops-system
namespace: gotk-system
resources:
- account.yaml
- rbac.yaml

View File

@@ -1,7 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: prometheus-gitops-system
name: prometheus-gotk-system
rules:
- apiGroups: [""]
resources:
@@ -21,12 +21,12 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: prometheus-gitops-system
name: prometheus-gotk-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: prometheus-gitops-system
name: prometheus-gotk-system
subjects:
- kind: ServiceAccount
name: prometheus
namespace: gitops-system
namespace: gotk-system

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: prometheus
namespace: gitops-system
namespace: gotk-system
spec:
selector:
app: prometheus