diff --git a/apps/flows/brusnika-stage/backend.yaml b/apps/flows/brusnika-stage/backend.yaml index 52fed2d..b0410d9 100644 --- a/apps/flows/brusnika-stage/backend.yaml +++ b/apps/flows/brusnika-stage/backend.yaml @@ -281,16 +281,6 @@ spec: _default: "rabbitmq-secret" secretKey: "vhost" - - name: KAFKA_USERNAME - secretName: - _default: "kafka-secret" - secretKey: "username" - - - name: KAFKA_PASSWORD - secretName: - _default: "kafka-secret" - secretKey: "password" - commitSha: "" gitlabUri: "" gitlabJobUrl: "" diff --git a/apps/flows/brusnika-stage/celery.yaml b/apps/flows/brusnika-stage/celery.yaml index 3ab8c6f..cf594d7 100644 --- a/apps/flows/brusnika-stage/celery.yaml +++ b/apps/flows/brusnika-stage/celery.yaml @@ -279,16 +279,6 @@ spec: _default: "rabbitmq-secret" secretKey: "vhost" - - name: KAFKA_USERNAME - secretName: - _default: "kafka-secret" - secretKey: "username" - - - name: KAFKA_PASSWORD - secretName: - _default: "kafka-secret" - secretKey: "password" - commitSha: "" gitlabUri: "" gitlabJobUrl: ""