Skip to content

Commit

Permalink
Update for operator-sdk changes
Browse files Browse the repository at this point in the history
  • Loading branch information
djzager committed Jan 30, 2019
1 parent c9bf1c8 commit cb84496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/crds/examples_v1alpha1_helloworld_cr.yaml
Expand Up @@ -2,6 +2,5 @@ apiVersion: examples.djzager.io/v1alpha1
kind: HelloWorld
metadata:
name: example-helloworld
namespace: default
spec:
size: 3
4 changes: 4 additions & 0 deletions deploy/operator.yaml
Expand Up @@ -28,3 +28,7 @@ spec:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: "hello-world-operator"
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name

0 comments on commit cb84496

Please sign in to comment.