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
|
||||
metadata:
|
||||
labels:
|
||||
db: influxdb
|
||||
db: rethinkdb
|
||||
name: rethinkdb-driver
|
||||
spec:
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user