Skip to content

Commit

Permalink
prep v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Jun 18, 2021
1 parent c28b81a commit 75121db
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
100 changes: 50 additions & 50 deletions config/bundle/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
---
apiVersion: v1
kind: Service
metadata:
annotations: {}
labels:
app: jsonnet-controller
control_plane: manager
name: jsonnet-controller
namespace: flux-system
spec:
ports:
- name: http
port: 9443
targetPort: 9443
- name: metrics
port: 8080
targetPort: 8080
selector:
app: jsonnet-controller
control_plane: manager
type: ClusterIP
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -427,7 +405,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/pelotech/jsonnet-controller:latest
image: ghcr.io/pelotech/jsonnet-controller:v0.0.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -475,33 +453,6 @@ spec:
- emptyDir: {}
name: manager-tmp
---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations: {}
labels:
app: jsonnet-controller
control_plane: manager
name: jsonnet-controller-sa
namespace: flux-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations: {}
labels:
app: jsonnet-controller
control_plane: manager
name: jsonnet-controller-cluster-admin-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: jsonnet-controller-sa
namespace: flux-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand Down Expand Up @@ -620,3 +571,52 @@ rules:
- get
- list
- watch
---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations: {}
labels:
app: jsonnet-controller
control_plane: manager
name: jsonnet-controller-sa
namespace: flux-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations: {}
labels:
app: jsonnet-controller
control_plane: manager
name: jsonnet-controller-cluster-admin-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: jsonnet-controller-sa
namespace: flux-system
---
apiVersion: v1
kind: Service
metadata:
annotations: {}
labels:
app: jsonnet-controller
control_plane: manager
name: jsonnet-controller
namespace: flux-system
spec:
ports:
- name: http
port: 9443
targetPort: 9443
- name: metrics
port: 8080
targetPort: 8080
selector:
app: jsonnet-controller
control_plane: manager
type: ClusterIP
2 changes: 1 addition & 1 deletion config/jsonnet/jsonnet-controller.jsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local kube = import 'https://github.com/bitnami-labs/kube-libsonnet/raw/v1.14.6/kube.libsonnet';
local kubecfg = import 'internal://lib/kubecfg.libsonnet';

function(version='v0.0.1') {
function(version='v0.0.2') {
local this = self,

// The prefix to use for names of resources
Expand Down

0 comments on commit 75121db

Please sign in to comment.