fix incorrect db label
The rethinkdb example driver-service was incorrectly labeled as db: `influxdb`
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
db: influxdb
|
db: rethinkdb
|
||||||
name: rethinkdb-driver
|
name: rethinkdb-driver
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user