File tree Expand file tree Collapse file tree
docs/modules/nifi/examples/getting_started
entra-static-nifi-policies Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ metadata:
8181 name: simple-nifi
8282spec:
8383 image:
84- productVersion: 2.6.0
84+ productVersion: 2.7.2
8585 clusterConfig:
8686 authentication:
8787 - authenticationClass: simple-nifi-users
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ metadata:
8181 name: simple-nifi
8282spec:
8383 image:
84- productVersion: 2.6.0
84+ productVersion: 2.7.2
8585 clusterConfig:
8686 authentication:
8787 - authenticationClass: simple-nifi-users
Original file line number Diff line number Diff line change @@ -173,10 +173,9 @@ metadata:
173173 name : test-nifi
174174spec :
175175 image :
176- productVersion : 2.6.0
176+ productVersion : 2.7.2
177177 pullPolicy : IfNotPresent
178178 clusterConfig :
179- zookeeperConfigMapName : null
180179 authentication :
181180 - authenticationClass : simple-nifi-users
182181 hostHeaderCheck :
@@ -226,7 +225,7 @@ spec:
226225 name : oidc-secret
227226 key : discovery.url
228227 - name : prep-custom-authorizers
229- image : oci.stackable.tech/sdp/nifi:2.6.0 -stackable0.0.0-dev
228+ image : oci.stackable.tech/sdp/nifi:2.7.2 -stackable0.0.0-dev
230229 env :
231230 - name : OIDC_AUTHORITY_ENDPOINT
232231 valueFrom :
Original file line number Diff line number Diff line change 1- # Deploy a NiFi cluster, a user secret and a ZooKeeper cluster and a respective
2- # ZNode `simple-nifi-znode` which will be referenced
3- ---
4- apiVersion : zookeeper.stackable.tech/v1alpha1
5- kind : ZookeeperCluster
6- metadata :
7- name : simple-zk
8- spec :
9- image :
10- productVersion : 3.9.4
11- servers :
12- roleGroups :
13- default :
14- replicas : 1
15- ---
16- apiVersion : zookeeper.stackable.tech/v1alpha1
17- kind : ZookeeperZnode
18- metadata :
19- name : simple-nifi-znode
20- spec :
21- clusterRef :
22- name : simple-zk
231---
242apiVersion : authentication.stackable.tech/v1alpha1
253kind : AuthenticationClass
@@ -47,14 +25,13 @@ metadata:
4725 name : simple-nifi
4826spec :
4927 image :
50- productVersion : 2.6.0
28+ productVersion : 2.7.2
5129 clusterConfig :
5230 authentication :
5331 - authenticationClass : simple-nifi-admin-user
5432 sensitiveProperties :
5533 keySecret : nifi-sensitive-property-key
5634 autoGenerate : true
57- zookeeperConfigMapName : simple-nifi-znode
5835 nodes :
5936 roleConfig :
6037 listenerClass : external-unstable
You can’t perform that action at this time.
0 commit comments